UseQueueOptionsType
import { UseQueueOptionsType } from "@hyper-fetch/react"
Description
Defined in hooks/use-queue/use-queue.types.ts:3
Preview
type UseQueueOptionsType = {
queueType: auto | fetch | submit;
}
Structure
{
queueType: auto | fetch | submit;
}